Replace eshell-defgroup with plain defgroup
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:08:06 +0000 (00:08 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:08:06 +0000 (00:08 -0700)
commit63d490df3c1aa5de0d280ad5bfd394a92ba4453a
tree17a5a7695e6ed7c340013b478de35b1c04b6a45c
parente79b5bf8139a188053591dd4ce0b4541ee858c2a
Replace eshell-defgroup with plain defgroup

Borrowing a trick from vc-sccs.el, wrap the defgroup in a progn
so that the whole thing ends up in the generated autoload file,
esh-groups.el.

* em-alias.el, em-banner.el, em-basic.el, em-cmpl.el, em-dirs.el:
* em-glob.el, em-hist.el, em-ls.el, em-pred.el, em-prompt.el:
* em-rebind.el, em-script.el, em-smart.el, em-term.el, em-unix.el:
* em-xtra.el: Replace eshell-defgroup with (progn (defgroup.
* eshell.el (eshell-defgroup): Remove alias.
19 files changed:
lisp/ChangeLog
lisp/eshell/em-alias.el
lisp/eshell/em-banner.el
lisp/eshell/em-basic.el
lisp/eshell/em-cmpl.el
lisp/eshell/em-dirs.el
lisp/eshell/em-glob.el
lisp/eshell/em-hist.el
lisp/eshell/em-ls.el
lisp/eshell/em-pred.el
lisp/eshell/em-prompt.el
lisp/eshell/em-rebind.el
lisp/eshell/em-script.el
lisp/eshell/em-smart.el
lisp/eshell/em-term.el
lisp/eshell/em-unix.el
lisp/eshell/em-xtra.el
lisp/eshell/esh-module.el
lisp/eshell/eshell.el